Skip to content

Conversation

@Xirui
Copy link

@Xirui Xirui commented Apr 1, 2022

Using go get -u github.com/cweill/gotests/... to install would give following error message.

go get: installing executables with 'go get' in module mode is deprecated.
	Use 'go install pkg@version' instead.
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.

Instruction to use go install is added to README for Go version >= 1.17.

Copy link

@sleroq sleroq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@Xirui
Copy link
Author

Xirui commented Apr 18, 2022

@sleroq No worries. It still needs 1 approving review?

@sleroq
Copy link

sleroq commented Apr 20, 2022

@sleroq No worries. It still needs 1 approving review?

Yes, I think, we need a reviewer with write access

@cweill
Copy link
Owner

cweill commented Oct 21, 2025

Thank you for your contribution!

This change has already been implemented in v1.7.0 as part of the Go 1.22+ modernization efforts. The README now includes the go install instructions:

$ go install github.com/cweill/gotests/gotests@latest

Closing this PR as superseded. Your contribution was valuable and helped us identify this needed update!

@cweill cweill closed this Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants